home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actvdemo.dir / 00008_generic mouseDown-flashing script.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  112 b   |  7 lines

  1. on exitFrame
  2.   global gFlashCount
  3.   set gFlashCount to gFlashCount + 1
  4.   delaySomeTicks(15)
  5.   go(marker(0))
  6. end
  7.